[[Category:Fritzbot ET]]
==Normal Messages When The .nav File Is Read==
When FritzBot ET loads the map after reading the .bots file it next reads the .nav file. If the file can be read the following messages are printed to the console; 
<table>
<tr>
<td bgcolor="#101010">
<font color="#d0d0d0">
Nav file for <b>"mapname"</b> loaded!!<br>
<b>N1</b> nodes in Nav file<br>
<b>N2</b> actions in Nav file<br>
<b>N3</b> routes in Nav file<br>
</font>
</td>
</tr>
</table>
Where  <b>"mapname"</b> is replaced by the actual name for the map loaded, and <b>N1</b>, <b>N2</b> and <b>N3</b> are replaced by numeric values.<br>
<br>

==Error Messages==
<table border spacing=3>
<tr>
<td width="50%">
Console Messages:
</td>
<td>
Possible Reason:
</td>
</tr>
<tr>
<td bgcolor="#101010">
<font color="red">ERROR: Too many routes in map!! Limit is 64!!</font><br>
</td>
<td>
- Limit of 64 routes exceeded.<br>
- File many be corrupt, with corrupted route ID.
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="red">ERROR: Can't load path info for map "mapname" </font><font color="yellow">ABORTING!</font><br>
</td>
<td>
- Nav file missing, or in wrong directory (fritzbot\bots\maps)<br>
- Nav filename does not match that of the map's bsp file.<br>
- Verify that nav filetype is .nav<br>
- Nav file is locked by another program, or read access denied.<br>
- If using an unpacked .nav file, verify that /sv_pure is 0
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="red">ERROR: </font><font color="white">Path file corrupted or isn't a Fritzbot path file! </font><font color="yellow">ABORTING!</font><br>
</td>
<td>
- Nav file is empty or bad.
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="red">ERROR: </font><font color="white">Path file is wrong version! </font><font color="yellow">ABORTING!</font><br>
</td>
<td>
- Nav file is incompatible type (RTCW version...).
</td>
</tr>


<tr>
<td bgcolor="#101010">

<font color="red">WARNING: </font><font color="yellow">This file has no action nodes!</font><br>
<font color="yellow">Some AI functions won't be available!</font><br>
</td>
<td>
- Nav file is bad or empty.<br>
- Nav file actions were wiped by <b>/action_clear</b>.<br>
- No actions have been added yet.
</td>
</tr>


<tr>
<td bgcolor="#101010">
<font color="red">ERROR: </font><font color="white">Too many Action Nodes in map!! Limit is 256!!</font><br>
</td>
<td>
- Limit of 256 actions exceeded.<br>
- File many be corrupt, with corrupted action ID.
</td>
</tr>
</table>

==Other Errors Not Due To The Nav Loading==

* Errors can also be generated when loading the .bots file (see [[Error_Messages__When_Fritzbot_ET_Reads_The_Bots_File]]).

* Errors can also be generated when loading the .aiscript file (see [[Error_Messages_When_Fritzbot-ET_Reads_The_Aiscript]]).  

* Errors that occur during the game related to actions are listed in [[Error_Messages__When_Fritzbot_ET_Actions_Trigger]].

[http://wiki.bots-united.com/index.php/Error_Messages_When_Fritzbot_ET_Reads_The_Nav_File Permanent link to this page]
[[Category:FritzBot ET]]
